







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Returns an enumerator that enumerates all the entries in the dictionary. Each entry is
returned as a DictionaryEntry.
The entries are enumerated in the same orders as the (overridden) GetEnumerator
method.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
| C# |
|---|
private IEnumerator IEnumerable.GetEnumerator() |
| Visual Basic (Declaration) |
|---|
Private Function System.Collections.IEnumerable.GetEnumerator As IEnumerator Implements IEnumerable.GetEnumerator |
| Visual C++ |
|---|
private: virtual IEnumerator^ System.Collections.IEnumerable.GetEnumerator () sealed = IEnumerable::GetEnumerator |
Return Value
An enumerator for enumerating all the elements in the OrderedDictionary.
See Also
Wintellect.PowerCollections Namespace
